You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have symlinked a package.json file to the project root from a subfolder of the project.
When I run jspm install in project root, I get: Configuration file path/to/my/subfolder/config.js doesn't exist, create it? [yes]
Wouldn't it be more logical if JSPM would handle symlinks as if they were real files or is there a reasoning behind current behaviour? Now it seems it does not recognize their existence at all and searches subfolders for existing package.json. This happens even after I initialized config.js with . (dot) to get it stay in the root.
Tested with version 0.16.29
The text was updated successfully, but these errors were encountered:
I have symlinked a package.json file to the project root from a subfolder of the project.
When I run
jspm install
in project root, I get:Configuration file path/to/my/subfolder/config.js doesn't exist, create it? [yes]
Wouldn't it be more logical if JSPM would handle symlinks as if they were real files or is there a reasoning behind current behaviour? Now it seems it does not recognize their existence at all and searches subfolders for existing
package.json
. This happens even after I initializedconfig.js
with . (dot) to get it stay in the root.Tested with version 0.16.29
The text was updated successfully, but these errors were encountered: