Questions tagged [neutrino]

Neutrino is a companion tool which lets you build web and Node.js applications with shared presets or configurations. It intends to make the process of initializing and building projects much simpler by providing minimal development dependencies. Use this tag for questions related to Neutrino API usage, CLI usage, or custom configuration

23 questions
7
votes
1 answer

Neutrinojs/vue project: Importing vue files/templates from root folder

I want to import starting from the root folder, not go several folders down. How do I do that? I come across this issue while trying to import a guestbook (like it's 1999) script for my homepage. import MyGuestbook from…
Folaht
  • 1,053
  • 1
  • 13
  • 32
4
votes
2 answers

Ignore or prevent ESLint errors from breaking the build in React webpack project

The problem is that, while I'm developing, every time there's a problem with ESLint, the build breaks and doesn't compile the code. I set emitWarning: true, but not working. My React project is develop with webpack, neutrino JS, esLint,…
3
votes
1 answer

How to disable webpack dev server auto reload for neutrino project?

Browser: Peruse Type of project: SAFE network website I need to turn it off because Peruse considers window.eval() to be a security issue and thus blocks it, which in turn stops my website from loading. Peruse is the standard browser for Maidsafe…
Folaht
  • 1,053
  • 1
  • 13
  • 32
2
votes
0 answers

How to add Autocomplete, Syntax Highlighting using Antlr4 grammar file functionality to Monaco Editor in my React application?

I am using the Monaco Editor in a react app in the following way: My monaco-editor.jsx looks like - import MonacoEditor from 'react-monaco-editor'; return (
tRuEsAtM
  • 3,517
  • 6
  • 43
  • 83
2
votes
0 answers

Autoprefixer not working with neutrino and webpack

I am trying to enable CSS support for older browsers and introduce cross-compatibility. I am using autoprefixer as processor along with postcss-load-config. The expected CSS should include browser compatibility for browsers like Safari or Mozilla,…
Usama Nadeem
  • 75
  • 3
  • 10
2
votes
1 answer

My Babel-Loader appears unable to handle JSX

I'm having an issue where babel-loader doesn't appear to be able to handle any JSX code. While I'm familiar with how the higher end code of the site works, I didn't set up the environment, which is how I got in this situation! I'm trying to reverse…
Cam N
  • 61
  • 3
2
votes
1 answer

How to deploying node.js application with neutrino on heroku

I worked on a simple application and I served it on heroku . I added neutrino to this project. locally with yarn it's working but now I have problem on serving it on heroku. the question is how can i install neutrino on heroku? here is my…
Mini
  • 1,138
  • 9
  • 24
2
votes
1 answer

How to disable chunkhash in neutrino.js?

I'm looking for a way to disable chunkhash in neutrino.js when building, but didn't find any documentation about it, anyone could help? Updated: As in webpack, I can customize the output.filename, in neutrino.js, it seems the string…
Sam Chen
  • 1,933
  • 16
  • 24
1
vote
1 answer

How to find out what image version is installed on QNX?

I am trying to find out what image version is installed on a QNX box. Checking this link: http://www.qnx.com/developers/docs/6.5.0/index.jsp?topic=%2Fcom.qnx.doc.neutrino_utilities%2Fp%2Fprocnto.html I went into /sbin/ and had a look in there but…
user12241860
1
vote
1 answer

Neutrino and Express Preset

I'm using Neutrino as scaffolding tool for Webpack 3.1 and I'm looking for a proper Neutrino preset that combines Express and Webpack so that I see a 'Hello World' website. If someone gives me one proper preset and tells me how to install it, I'll…
user3601578
  • 1,310
  • 1
  • 18
  • 29
0
votes
0 answers

Migrating from Neutrinojs to Webpack - issues

I currently use neutrinojs to build my react code, but it is no longer maintained. I want to switch the building of my project to webpack. Is there any automated tool to do this? This is how my neutrino config file looks like, const airbnb =…
tRuEsAtM
  • 3,517
  • 6
  • 43
  • 83
0
votes
0 answers

Neutrino : Npm start failed to launch the project

What version of Neutrino are you using? 9 . 5 . 0 1 ) Are you trying to use any presets? If so, which ones, and what versions? React - Jest - Airbnb 2 ) Are you using the Yarn client or the npm client? What version? NPM 8 . 19 .2 3 ) What version of…
0
votes
1 answer

Unable to understand the difference between different monaco editor packages integration

I have a react application, and I want to embed Monaco Editor into my application mainly for SQL validation and AutoComplete scenarios. I use neutrinorc.js to configure plugins or direct install using npm install plugin-name in the application. My…
tRuEsAtM
  • 3,517
  • 6
  • 43
  • 83
0
votes
1 answer

How to tell browser to use the gzip compressed files in reactjs app?

i'm trying to optimize my react web app by using gzip compression. I was able to add the webpack plugin and do the compression. But my browser is not using the compressed files it seems. Please help me since I'm new to react. Also note that I use…
thadaBoy
  • 425
  • 4
  • 21
0
votes
0 answers

Service is unavailable

What should I do ? I am using neutrino+ app to gain followers on Instagram but now the app won't login and will show me this message "the service is unavailable, update the application and try a little bit later " and so you know my application is…
1
2