nuejs / www

Content for nuejs.org
34 stars 31 forks source link

Cannot find package "nuecss" #45

Open langhuihui opened 7 months ago

langhuihui commented 7 months ago

when i clone this repo and run nue command got error:

✓ Initialize ./.dist/dev 
   nuemark.js
   nue.js
   page-router.js
   app-router.js
   mount.js
   diffdom.js
   hotreload.js
   error.css
   favicon.ico

✓ Nue 0.3.1 • Bun 1.0.23 
✓ Serving site from ./.dist/dev
✓ Building site to: ./.dist/dev

✓ Processing styles 42
error: Cannot find package "nuecss" from "/Users/dexter/.bun/install/global/node_modules/nuekit/src/builder.js"
tipiirai commented 7 months ago

Yeah. The www-repository is currently not compatible with the official version of Nue and has all sorts of inconsistencies in place. I should mention this on the contribution guidelines. Obviously going to convert the repository to be compatible later. But not right now.

langhuihui commented 7 months ago

I want to create a docs website,and it's a very good example for reference

ArnavK-09 commented 6 months ago

Yeah. The www-repository is currently not compatible with the official version of Nue and has all sorts of inconsistencies in place. I should mention this on the contribution guidelines. Obviously going to convert the repository to be compatible later. But not right now.

hey, can you update this, or public any alpha nuecss version, i want to contribute in this website but this error is not letting me :(

https://github.com/nuejs/nue/blob/master/packages/nuekit/src/builder.js#L121

nobkd commented 6 months ago

Here's the current roadmap:

Roadmap

As you can see, NueCSS is the next item on the list. So when he publishes it in nuejs/nue, this repo should be updated accordingly. IN the meantime, we can only contribute by what we can see from the docs' markdown without running it ourselves. :)

ArnavK-09 commented 6 months ago

Here's the current roadmap:

Roadmap

As you can see, NueCSS is the next item on the list. So when he publishes it in nuejs/nue, this repo should be updated accordingly.

ohh thanks, would wait till march!

IN the meantime, we can only contribute by what we can see from the docs' markdown without running it ourselves. :)

well already made some https://github.com/nuejs/www/pull/47 https://github.com/nuejs/create-nue/pull/36 https://github.com/nuejs/www/pull/48

tipiirai commented 6 months ago

I know. This is not a good situation. There is a re-write operation ahead after the Nue CSS is out, since it's not really a pre-processor that is coming, but rather a design system. I want to replace that Stylus-like syntax with Lightning CSS and standards-based CSS (with nesting)

ArnavK-09 commented 5 months ago

image

how to enable nuecss