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.jsonfiles and upgrade or downgrade accordingly. - Compare the
./builddiretories. Other then theexport.jsand thebundles.js, all files should be the same. - Before export or bundle, make sure you have the
export.jsand thebundles.jsupdated 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 prunenpm install- delete the jspm_packages folder
rm -rf ./jspm_packages - delete the map entry in
config.js jspm install