Some tipps when running into problems.
- Usually it's not a good idea to use newer packages than the official skeleton-navigation app. Compare the
package.json
files and upgrade or downgrade accordingly. - Compare the
./build
diretories. Other then theexport.js
and thebundles.js
, all files should be the same. - Before export or bundle, make sure you have the
export.js
and thebundles.js
updated according to your project.
Rebuilding your project as follows can help. Currently, a local installation of [email protected] (npm install [email protected] --save
) is advised.
npm prune
npm install
- delete the jspm_packages folder
rm -rf ./jspm_packages
- delete the map entry in
config.js
jspm install