-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'ERR_PACKAGE_PATH_NOT_EXPORTED' #14
Comments
This looks like a problem caused by a more recent node version. Could you try updating your svelte version to latest and seeing if this error persists? |
I tried |
Oh, and yes. I am using node 15.7. |
Could you also try updating I know what this is, I'm just not sure where it is coming from. I'll debug a little more later with a later version of node. |
Okay some progress! These warnings appear amongst some recommendations on unused CSS.
And my site now shows: |
The plot thickens. |
Indeed! Let me know what else to try and test if you have the time to spare. |
Oh and some more info from the same error:
|
Would it be worth me just rolling back Node to a version you know works? |
Okay I rolled back to 14.15.4 x64 builds. I then found this issue which details the same issue. Updating rollup-plugin-svelte to 6.1.1 fixed the problem, while updating to the latest did not. |
Going to close this as it seems its about managing the Rollup/Svelte version appropriately :) |
I have a long working project with mdsvex and sapper. After running
yarn run dev
today I get this error:I have tried using the
package.json
from thenpx
command here: https://github.com/pngwn/sapper-mdsvex-templatebut I still get the error after trashing
node_modules
theyarn.lock
and reinstall all the modules withyarn
. Default projects work, but I cannot seem to figure out where my project differs.You can view the code here:
https://github.com/jamesb93/phd-sapper
The text was updated successfully, but these errors were encountered: