Reputation: 83
I'm running into the following error at the 'stencil init' step.
The path you specified for your "jspm_packages" folder does not exist
The jspm_packages folder doesn't exist in my stencil directory. Is it supposed to be there? I'm wondering which part of the installation might have gone wrong in order for this folder to be missing
Upvotes: 0
Views: 354
Reputation: 1866
If you are seeing this, you can resolve it by installing jspm just in the directory you are working in. This doesn't help if you need jspm for other projects, but it will get you working for the time being with Stencil.
Upvotes: 1