Nodejs + npm, installing modules on ntfs partition

Since version 1.2.21, npm has a new option for the install command. –no-bin-links You can use if for installing a specific node module npm install express –no-bin-links and also for a package.json install npm install –no-bin-links With this option I’ve been able to install many npm modules without problems in my shared forlder inside the … Read more

windows symbolic link target

As Harry Johnston said dir command shows the target of symbolic links 2014/07/31 11:22 <DIR> libs 2014/08/01 13:53 4,997 mobile.iml 2014/07/31 11:22 689 proguard-rules.pro 2014/09/28 10:54 <JUNCTION> res [\??\C:\Users\_____\mobile\src\main\res]

Python os.walk + follow symlinks

Set followlinks to True. This is the fourth argument to the os.walk method, reproduced below: os.walk(top[, topdown=True[, onerror=None[, followlinks=False]]]) This option was added in Python 2.6. EDIT 1 Be careful when using followlinks=True. According to the documentation: Note: Be aware that setting followlinks to True can lead to infinite recursion if a link points to … Read more

powershell to resolve junction target path

New-Item, Remove-Item, and Get-ChildItem have been enhanced to support creating and managing symbolic links. The -ItemType parameter for New-Item accepts a new value, SymbolicLink. Now you can create symbolic links in a single line by running the New-Item cmdlet. What’s New in Windows PowerShell v5 I’ve checked the symlink support on the my Windows 7 … Read more

git commit symlink as a regular file

If you want the file to appear instead of the link, you should probably use the ln command to create a hard-link instead of a sym-link (ln -s). Making a hard-link, you can make the same file to appear under two different directories, so changing it via any of the links will reflect changes via … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)