sass / dart-sass

The reference implementation of Sass, written in Dart.
https://sass-lang.com/dart-sass
MIT License
3.87k stars 350 forks source link

NPM Pack is failing for version 1.62.1 #2268

Closed vimalchandts closed 1 week ago

vimalchandts commented 1 month ago

Hello, Facing an issue during the npm pack as the version is missing in the package.json.

jathak commented 1 month ago

Dart Sass 1.62.1 is more than a year old. It's possible there was some sort of issue with that release, but if there was, we're not able to change it.

Is this still an issue with the latest version of the sass package (1.77.6)?

ntkme commented 1 week ago

I guess you're trying to pack the source code as npm tarball. For this project you have to first build the npm package, and then you can pack the build/npm folder:

dart pub get
dart run grinder pkg-npm-release
cd build/npm
npm pack