Skip to content

mattpilott/sapper-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repro

To see the issue, clone this repo and run npm i then npm run dev

If i include a script tag for dash in src/template.html things work as expected, however importing it as a module within a route or component (see src/routes/index.svelte) gives the following error:

Module specifier, 'stream' does not start with "/", "./", or "../".

with the dev command flagging these items also:

'stream' is imported by node_modules/sax/lib/sax.js, but could not be resolved – treating it as an external dependency
'string_decoder' is imported by node_modules/sax/lib/sax.js, but could not be resolved – treating it as an external dependency
'stream' is imported by stream?commonjs-external, but could not be resolved – treating it as an external dependency
'string_decoder' is imported by string_decoder?commonjs-external, but could not be resolved – treating it as an external dependency

Thanks!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published