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
Hi! I'm using bigSlide for a homepage. However, it's support for JSPM is not so good.
~/Projects/Homepage on master! ⌚ 14:18:42
$ jspm install bigslide=npm:bigslide
Looking up npm:bigslide
Updating registry cache...
Downloading npm:[email protected]
warn Main entry point not found for npm:[email protected].
Adjust this property in the package.json or with an override, setting "main": false if this is the intention.
ok Installed bigslide as npm:bigslide@^0.11.0 (0.11.0)
ok Install tree has no forks.
ok Install complete.
Although it's saying installation complete, I cant actually import it because it cant find the script file to work with
For anyone wanting to make this work, you can do some overrides like this (depends on your environment setup though):
Hi! I'm using bigSlide for a homepage. However, it's support for JSPM is not so good.
Although it's saying installation complete, I cant actually import it because it cant find the script file to work with
For anyone wanting to make this work, you can do some overrides like this (depends on your environment setup though):
jspm install bigslide=npm:bigslide -o "{ main: 'dist/bigSlide', shim: { 'dist/bigSlide': ['jquery'] } }"
The text was updated successfully, but these errors were encountered: