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
Using npm v9.1.2 and node v14.18.1. I had a look on the Astro Discord and couldn't see any similar issues popping up for anyone.
Steps to reproduce, on the latest main npm install npm run start
Error message
file:///Users/irrelevant/astrowind/astro.config.mjs:12
import { remarkReadingTime } from './src/utils/frontmatter.js';
^^^^^^^^^^^^^^^^^
SyntaxError: Named export 'remarkReadingTime' not found. The requested module './src/utils/frontmatter.js' is a CommonJS module, which may not support all module.exports as named exports.
a9d5667 is the latest commit that works for me. The next commit is upgrading Astro to 1.6.8
Steps to get running git checkout a9d56673b47d9c4c7d41977eec13f2fb1b88fe54 npm install npm run start
The text was updated successfully, but these errors were encountered:
I have asked several contributors for help, they have installed AstroWind on their computers with node v14 and npm v9 and everything works fine for them. I don't know exactly what will happen in your environment but it seems to be something very specific.
I am going to close this Issue, but if you have more details, do not hesitate to write and if it is a general problem, I will open it and continue investigating. Thank you for taking the time to make AstroWind better.
Using npm
v9.1.2
and nodev14.18.1
. I had a look on the Astro Discord and couldn't see any similar issues popping up for anyone.Steps to reproduce, on the latest
main
npm install
npm run start
Error message
a9d5667 is the latest commit that works for me. The next commit is upgrading Astro to 1.6.8
Steps to get running
git checkout a9d56673b47d9c4c7d41977eec13f2fb1b88fe54
npm install
npm run start
The text was updated successfully, but these errors were encountered: