This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 511
File dist/commonjs/index.js
does not exist
#157
Comments
I am just guessing that this is a leftover from previous process of starting the app and that the app is correctly launched nevertheless because of the different jspm defaults in place now. |
I think this is an artifact from the other repositories, probably from using a similar skeleton for repositories. Should be unneeded because we aren't installing skeleton-navigation through npm / jspm, did you want to PR a clean up? |
That section of the npm file only applies if skeleton-navigation were itself an npm package that was installed into another project. While that being there is harmless, we should probably just remove it. |
Makes perfect sense now (one of the very few jspm <--> npm interactions related issues that haunt me for weeks :-( ) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is a statement in
package.json
at line 16:"main": "dist/commonjs/index.js"
No such file in the
dist
folder.The text was updated successfully, but these errors were encountered: